Microsoft DirectX 8.1 (C++)

IAMTimelineTrans::SetCutPoint2

The SetCutPoint2 method sets the time at which the transition cuts from one source to the next, if the transition is rendered as a cut. This method is equivalent to IAMTimelineTrans::SetCutPoint, but takes a REFTIME value.

Syntax

HRESULT SetCutPoint2(
    REFTIME TLTime
);

Parameters

TLTime

Cut point relative to the start of the transition, in seconds.

Return Value

Returns S_OK.

See Also